home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / viewcupcurround.data < prev    next >
Text File  |  1999-11-29  |  416b  |  16 lines

  1. /* English Translation for ViewCupCurRound.rexx */
  2.  
  3.   var.1  = "vccr_error = 'ERROR :    (ViewCupCurRound)'"
  4.   var.2  = "vccr_t2    = 'Cannot find '"
  5.   var.3  = "vccr_t3    = 'Cannot open '"
  6.   var.4  = "vccr_t4    = ' for reading.'"
  7.   var.5  = "vccr_t5    = 'Display Current Round of '"
  8.  
  9.  
  10. /* Please don't change the following lines */
  11.  
  12.   setclip('VarCount', 5)
  13.   do i = 1 to 6
  14.     call setclip('var.'i, var.i)
  15.   end
  16.